home *** CD-ROM | disk | FTP | other *** search
/ Steal This CD / steal_this_cd.iso / Chapter 07 - Where the Hackers Are / virc200.exe / {app} / ViRC.exe / 0 / RCDATA / TPENWIDTHFORM / TPENWIDTHFORM.txt
Text File  |  2004-01-05  |  2KB  |  106 lines

  1. object PenWidthForm: TPenWidthForm
  2.   Left = 349
  3.   Top = 160
  4.   BorderStyle = bsNone
  5.   Caption = 'PenWidthForm'
  6.   ClientHeight = 146
  7.   ClientWidth = 301
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Panel1: TPanel
  18.     Left = 0
  19.     Top = 0
  20.     Width = 301
  21.     Height = 146
  22.     Align = alClient
  23.     BevelInner = bvRaised
  24.     TabOrder = 0
  25.     object Label1: TLabel
  26.       Left = 8
  27.       Top = 8
  28.       Width = 183
  29.       Height = 13
  30.       Caption = 'Move the slider to set your pen width.'
  31.       Transparent = True
  32.     end
  33.     object Shape1: TShape
  34.       Left = 32
  35.       Top = 72
  36.       Width = 113
  37.       Height = 57
  38.       Brush.Color = clYellow
  39.       Shape = stEllipse
  40.     end
  41.     object Shape2: TShape
  42.       Left = 72
  43.       Top = 88
  44.       Width = 97
  45.       Height = 49
  46.       Brush.Color = clAqua
  47.     end
  48.     object Shape3: TShape
  49.       Left = 136
  50.       Top = 72
  51.       Width = 57
  52.       Height = 49
  53.       Brush.Style = bsClear
  54.       Shape = stCircle
  55.     end
  56.     object Shape4: TShape
  57.       Left = 16
  58.       Top = 72
  59.       Width = 49
  60.       Height = 49
  61.       Brush.Style = bsClear
  62.       Shape = stSquare
  63.     end
  64.     object WidthLabel: TLabel
  65.       Left = 224
  66.       Top = 72
  67.       Width = 11
  68.       Height = 20
  69.       Caption = '1'
  70.       Font.Charset = DEFAULT_CHARSET
  71.       Font.Color = clWindowText
  72.       Font.Height = -16
  73.       Font.Name = 'MS Sans Serif'
  74.       Font.Style = [fsBold]
  75.       ParentFont = False
  76.       Transparent = True
  77.     end
  78.     object Slider: TTrackBar
  79.       Left = 8
  80.       Top = 32
  81.       Width = 281
  82.       Height = 33
  83.       Max = 20
  84.       Min = 1
  85.       Orientation = trHorizontal
  86.       Frequency = 1
  87.       Position = 1
  88.       SelEnd = 0
  89.       SelStart = 0
  90.       TabOrder = 0
  91.       TickMarks = tmBottomRight
  92.       TickStyle = tsAuto
  93.       OnChange = SliderChange
  94.     end
  95.     object OK: TButton
  96.       Left = 216
  97.       Top = 112
  98.       Width = 75
  99.       Height = 25
  100.       Caption = 'OK'
  101.       ModalResult = 1
  102.       TabOrder = 1
  103.     end
  104.   end
  105. end
  106.